PostgreSQL
constructor(url: String, username: String, password: String, options: ConnectionPool.Options = ConnectionPool.Options())(source)
Parameters
url
The URL of the PostgreSQL database to connect to.
username
The username used for authentication.
password
The password used for authentication.
options
Optional pool configuration, defaulting to Driver.Pool.Options
.